home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / multimed / cdmax153 / CDmax.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1998-06-12  |  3KB  |  151 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 207
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About...'
  7.   ClientHeight = 330
  8.   ClientWidth = 425
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pnlButton: TPanel
  19.     Left = 0
  20.     Top = 282
  21.     Width = 425
  22.     Height = 48
  23.     Align = alBottom
  24.     BevelInner = bvLowered
  25.     BorderWidth = 8
  26.     TabOrder = 0
  27.     object btnOk: TButton
  28.       Left = 12
  29.       Top = 12
  30.       Width = 401
  31.       Height = 24
  32.       Caption = '&OK'
  33.       ModalResult = 1
  34.       TabOrder = 0
  35.     end
  36.   end
  37.   object pnlTitle: TPanel
  38.     Left = 0
  39.     Top = 0
  40.     Width = 425
  41.     Height = 282
  42.     Align = alClient
  43.     BevelInner = bvLowered
  44.     BorderWidth = 8
  45.     TabOrder = 1
  46.     object lblCopyright: TLabel
  47.       Left = 151
  48.       Top = 34
  49.       Width = 257
  50.       Height = 13
  51.       AutoSize = False
  52.       Caption = 'lblCopyright'
  53.     end
  54.     object lblFileTimeSizeStr: TLabel
  55.       Left = 151
  56.       Top = 54
  57.       Width = 257
  58.       Height = 13
  59.       AutoSize = False
  60.       Caption = 'lblFileTimeSizeStr'
  61.     end
  62.     object lblVersion: TLabel
  63.       Left = 151
  64.       Top = 15
  65.       Width = 257
  66.       Height = 13
  67.       AutoSize = False
  68.       Caption = 'lblVersion'
  69.     end
  70.     object lblEmail: TLabel
  71.       Left = 153
  72.       Top = 86
  73.       Width = 28
  74.       Height = 13
  75.       Caption = 'Email:'
  76.     end
  77.     object lblWeb: TLabel
  78.       Left = 153
  79.       Top = 132
  80.       Width = 26
  81.       Height = 13
  82.       Caption = 'Web:'
  83.     end
  84.     object lblCDDB: TLabel
  85.       Left = 153
  86.       Top = 181
  87.       Width = 67
  88.       Height = 13
  89.       Caption = 'CDDB credits:'
  90.     end
  91.     object lblGraphics: TLabel
  92.       Left = 153
  93.       Top = 252
  94.       Width = 258
  95.       Height = 13
  96.       AutoSize = False
  97.       Caption = 'Thanks to DigitaL DreamS for graphical support'
  98.     end
  99.     object imgAbout: TImage
  100.       Left = 16
  101.       Top = 15
  102.       Width = 130
  103.       Height = 250
  104.       AutoSize = True
  105.       Picture.Data = {<image000.bmp>}
  106.     end
  107.     object mmoComments: TMemo
  108.       Left = 151
  109.       Top = 195
  110.       Width = 258
  111.       Height = 46
  112.       TabStop = False
  113.       Alignment = taCenter
  114.       Color = clBtnFace
  115.       Lines.Strings = (
  116.         'Line1'
  117.         'Line2'
  118.         'Line3')
  119.       ReadOnly = True
  120.       TabOrder = 0
  121.     end
  122.     object edtEmail: TEdit
  123.       Left = 151
  124.       Top = 100
  125.       Width = 257
  126.       Height = 21
  127.       TabStop = False
  128.       Color = clBtnFace
  129.       ReadOnly = True
  130.       TabOrder = 1
  131.       Text = 'clark_tisdale@mindpspring.com'
  132.     end
  133.     object edtWeb: TEdit
  134.       Left = 151
  135.       Top = 146
  136.       Width = 257
  137.       Height = 21
  138.       TabStop = False
  139.       Color = clBtnFace
  140.       ReadOnly = True
  141.       TabOrder = 2
  142.       Text = 'http://www.mindspring.com/~clark_tisdale/CDmax/'
  143.     end
  144.   end
  145.   object viAbout: TVersInfo
  146.     IncludeTitles = False
  147.     Left = 312
  148.     Top = 32
  149.   end
  150. end
  151.